CSS 維護性


Posted by mijouhsieh on 2023-04-25

CSS 程式碼的品質- Don't Repeat Yourself
CSS 重構 => 在不同元素上,若有相同的CSS設定,把CSS設定另外拉出來取名 class name,在HTML檔中,元素加上 共用class name
reference:
On Style Maintenance - An applicable example in CSS


#CSS 重構 #共用class name







Related Posts

早起跑來跑去卻停滯進度的一天

早起跑來跑去卻停滯進度的一天

瀏覽器資料儲存 - Cookie、LocalStorage、SessionStorage

瀏覽器資料儲存 - Cookie、LocalStorage、SessionStorage

JavaScript 101 快速入門教學

JavaScript 101 快速入門教學


Comments